html{
    padding:0;
    margin:0;
    overflow-y:auto;
    overflow-x:hidden;
}
body{
    font-weight:normal;
    font-family: Poppins, Arial;
    padding:0;
    margin:0px;
    overflow-y:auto;
    overflow-x:hidden;
}

h2{
    color:#023020!important;
}
a:visited{
    text-decoration:none;
    color:#333;
}
a{
    text-decoration:none;
}
#brand{
    color:#fff;
    font-weight:bolder;
    font-size:2rem;
}

#header-links{
    color:#333;
    font-weight:800;
    margin-left:16px;
    margin-right:16px;
} 

.category ul{
	display:flex;
	margin:0;
	padding:0;
}   

.prod-img{
    width:200px;
    height:200px;
}
.prod .col{
    width:30%;
}

.prod .col img{
    height:100px;
    width:100px;
}


#content{
overflow: hidden;
justify-content: flex-start!important;
align-content: flex-start;
}


#cat_contents{
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    align-items:flex-start;
    
}


#cat_contents .items, .card{
    width:18%;
    font-weight:bolder;
    font-size:0.8em;
    text-align:center;
    margin:11px;
    border:none;
    background:#fff;
    
}

.meat_cat{
    padding:0;
    margin:0;
    cursor: pointer;
}

.meat_cat li{
    display:inline-block;
    margin-left:10px;
    margin-right:10px;
    
}
